set Publish Interval Secs
open fun setPublishIntervalSecs(value: Int): ModuleConfigProtos.ModuleConfig.MapReportSettings.Builder
How often we should report our info to the map (in seconds)
Content copied to clipboard
uint32 publish_interval_secs = 1;
Return
This builder for chaining.
Parameters
value
The publishIntervalSecs to set.